WARN [org.springframework.web.servlet.PageNotFound] - Request method 'GET' not supported

解决办法:接口不是 GET 方法,所以不支持 GET 请求,请查看接口是什么 HTTP 方法,然后客户端请求保持相同。